home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Developers / RLaB / help / any < prev    next >
Encoding:
Text File  |  1994-02-21  |  306 b   |  16 lines  |  [TEXT/RLAB]

  1. any:
  2.  
  3. Syntax:    any ( A )
  4.  
  5. Description:
  6.  
  7.     When A is a vector (row or column):
  8.       Any returns TRUE (1) if any of the elements of A are non-zero.
  9.       Any returns FALSE (0) otherwise.
  10.  
  11.     When A is a matrix (m >= 2):
  12.       Any operates on the columns of A, returning a row-vector of
  13.       ones and zeros.
  14.  
  15. See Also: all
  16.